After you build a Chocolatey Installer you will see the output in several different directories in the project directory
- ChocolateyApp - All the files are staged here that will be copied into the installer
- ChocolateyBuildInstall - This is the source code for the installer. The App.gz will contain what was in the ChocolateyApp
- ChocolateyInstall - This is the compiled executable for the installer
- ChocolateyPackage - This contains the source of the chocolatey package along with the compiled nupkg file